home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3mpplga.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MATPROPPLGADGET_H = 1;
- include("real/gadget/r3mprpga.js")
-
-
- var R3CLID_MATPROPPLGADGET = 627;
-
-
-
-
- // Description: These for internal mapchanges
- // Virtual method
-
- R3MPPLGM_removed_in_a21_01 = 627001;
-
- function mR3MPPLGM_removed_in_a21_01() {
- DoA(this.r3obj, 627001, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Callback method for enumerating installed programming languages.
-
- R3MPPLGM_ADDLANGUAGE = 627002;
-
- function mR3MPPLGM_ADDLANGUAGE() {
- DoA(this.r3obj, 627002, 0, R3TID_INTEGER, 0);
- }
-
- // Description: For mapchanges. Sent when the user clicks Apply button.
-
- R3MPPLGM_APPLY = 627003;
-
- function mR3MPPLGM_APPLY() {
- DoA(this.r3obj, 627003, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Matpropplgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MATPROPPLGADGET, arguments);
- }
- // Methods
- this.removed_in_a21_01=mR3MPPLGM_removed_in_a21_01;
- this.ADDLANGUAGE=mR3MPPLGM_ADDLANGUAGE;
- this.APPLY=mR3MPPLGM_APPLY;
-
- // Attributes
- }
-
- r3Matpropplgadget.prototype=new r3Matpropgadget;
- // r3mpplga.h_H